Theorem (multiplicative Chernoff bound)

Let X1,X2,...,XnX_1,X_2,...,X_n be independent {0,1}\{0,1\}-valued random variables and let pi=𝔼[Xi]p_i = \mathbb{E}[X_i], where 0<pi<10<p_i<1. Then the sum S=j=1nXiS = \sum_{j=1}^n X_i, which has mean μ=j=1npi\mu = \sum_{j=1}^n p_i, satisfies

Pr[S(1+ϵ)μ]eϵ2μ2+ϵ\mathrm{Pr}[S \geq (1+\epsilon)\mu] \leq e^{\frac{-\epsilon^2\mu}{2+\epsilon}}

(where 𝔼[Xi]\mathbb{E}[X_i] is expected value of XiX_i)

Corollary (additive Chernoff bound)

Let X1,X2,...,XnX_1,X_2,...,X_n be independent {0,1}\{0,1\}-valued random variables and let pi=𝔼[Xi]p_i = \mathbb{E}[X_i], where 0<pi<10<p_i<1. Let S=j=1nXiS = \sum_{j=1}^n X_i and 𝔼[S]=μ\mathbb{E}[S] = \mu. For ϵ(0,1)\epsilon \in (0,1),

Pr[|Sμ|ϵμ]2eϵ2μ/3\mathrm{Pr}[|S-\mu| \geq \epsilon\mu] \leq 2e^{-\epsilon^2\mu/3}

an alternative form (only requiring ϵ>0\epsilon>0) is given by

Pr[|Sμ|ϵn]2e2ϵ2\mathrm{Pr}[|S-\mu| \geq \epsilon\sqrt{n}] \leq 2e^{-2\epsilon^2}

alterative formulation (separately)

For random variable X=i=1nXiX = \sum_{i=1}^n X_i, XiX_i as independent [0,1][0,1] random variables, and ϵ\epsilon error parameter with 0<ϵ10 < \epsilon \leq 1, then

Notes


References

  1. https://www.chrismusco.com/amlds2023/lectures/lec2_annotated.pdf
  2. https://math.stackexchange.com/questions/283487/is-the-multiplicative-chernoff-bound-stronger-than-additive-one
  3. https://tongzhang-ml.org/lt-book/chap06-rademacher-concentration-slides.pdf, slide 15
  4. https://en.wikipedia.org/wiki/Chernoff_bound
  5. https://crypto.stanford.edu/~blynn/pr/chernoff.html
  6. https://math.stackexchange.com/questions/4629493/distribution-of-0-1-valued-random-variable-determined-by-distribution-of